projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39234e3
)
(default-buffer-file-type): Add defvar to quieten byte-compiler.
author
Glenn Morris
<rgm@gnu.org>
Tue, 10 Apr 2007 04:05:10 +0000
(
04:05
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 10 Apr 2007 04:05:10 +0000
(
04:05
+0000)
lisp/dos-w32.el
patch
|
blob
|
history
diff --git
a/lisp/dos-w32.el
b/lisp/dos-w32.el
index 94ba5def7b5f731f0ad10a0d571d049933705034..aeebb9c3d0869853ef1cce13857b478acc0459e6 100644
(file)
--- a/
lisp/dos-w32.el
+++ b/
lisp/dos-w32.el
@@
-74,6
+74,9
@@
against the file name, and TYPE is nil for text, t for binary.")
(setq alist (cdr alist)))
found)))
+;; Silence compiler. Defined in src/buffer.c on DOS_NT.
+(defvar default-buffer-file-type)
+
;; Don't check for untranslated file systems here.
(defun find-buffer-file-type (filename)
(let ((match (find-buffer-file-type-match filename))